home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / modleent.dir / 00052_Script_52 < prev    next >
Text File  |  1994-11-28  |  347b  |  14 lines

  1. on exitFrame
  2.   
  3.   cleanUpMovie
  4.   set the cursor of sprite 1 to 0
  5.   set the cursor of sprite 2 to 0
  6.   set the cursor of sprite 3 to 0
  7.   set the cursor of sprite 4 to 0
  8.   set the cursor of sprite 5 to 0
  9.    set the cursor of sprite 6 to 0
  10.  set the cursor of sprite 11 to 0
  11.   updateStage
  12.   
  13.   go to frame "AMBIENCE" of movie "MODLE3D"
  14. end